ASP.NET Core MVC コントロールヘルプ
ShowGroupPanel<T>(FlexGridBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridGroupPanelExtension クラス > ShowGroupPanel メソッド : ShowGroupPanel<T>(FlexGridBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) メソッド
the specified flexgrid builder.
the specified flexgridgrouppanel builder
The specified selector for the FlexGridGroupPanel's host element.
Apply the FlexGridGroupPanel extender in FlexGrid.
シンタックス
'宣言
 
Public Overloads Shared Function ShowGroupPanel(Of T)( _
   ByVal gridBuilder As FlexGridBuilder(Of T), _
   ByVal gridGroupPanelBuilder As System.Action(Of FlexGridGroupPanelBuilder(Of T)), _
   Optional ByVal selector As System.String _
) As FlexGridBuilder(Of T)
public static FlexGridBuilder<T> ShowGroupPanel<T>( 
   FlexGridBuilder<T> gridBuilder,
   System.Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder,
   System.string selector
)

パラメータ

gridBuilder
the specified flexgrid builder.
gridGroupPanelBuilder
the specified flexgridgrouppanel builder
selector
The specified selector for the FlexGridGroupPanel's host element.

型パラメータ

T
参照

FlexGridGroupPanelExtension クラス
FlexGridGroupPanelExtension メンバ
オーバーロード一覧